projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
878e9dc
)
* lisp/newcomment.el (comment-styles): Add autoload.
author
Chong Yidong
<cyd@gnu.org>
Sat, 25 Feb 2012 03:08:39 +0000
(11:08 +0800)
committer
Chong Yidong
<cyd@gnu.org>
Sat, 25 Feb 2012 03:08:39 +0000
(11:08 +0800)
lisp/ChangeLog
patch
|
blob
|
history
lisp/newcomment.el
patch
|
blob
|
history
diff --git
a/lisp/ChangeLog
b/lisp/ChangeLog
index 33a4bc5aff792e923db540803c4f31ecd7a2ae85..70274ec9671e3b2bd019518026214c80be9f4fc7 100644
(file)
--- a/
lisp/ChangeLog
+++ b/
lisp/ChangeLog
@@
-1,5
+1,7
@@
2012-02-25 Chong Yidong <cyd@gnu.org>
+ * newcomment.el (comment-styles): Add autoload (Bug#10868).
+
* term/x-win.el (x-initialize-window-system): Reduce default for
x-selection-timeout to 5 seconds (Bug#8869).
diff --git
a/lisp/newcomment.el
b/lisp/newcomment.el
index 41b5041ded56b286e6b0c346c041bac931449c92..ddb6c71d1a6c8ea5a4ae0f5f7d1c7888172a6da2 100644
(file)
--- a/
lisp/newcomment.el
+++ b/
lisp/newcomment.el
@@
-185,6
+185,7
@@
The `plain' comment style doubles this value.
This should generally stay 0, except for a few modes like Lisp where
it is 1 so that regions are commented with two or three semi-colons.")
+;;;###autoload
(defconst comment-styles
'((plain nil nil nil nil
"Start in column 0 (do not indent), as in Emacs-20")